home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / dalla rivista / host contacted / jikes.lha / jikes-1.11 / src / jcl / README < prev   
Text File  |  1999-11-04  |  1KB  |  26 lines

  1. This directory contains the source for the IBM Research Jikes
  2. Class Lister, licensed under IBM Public License Version 1.0 - Jikes
  3. Compiler, contained in the file ../license.htm.
  4.  
  5. The initial source is quite old, and many of the source files are
  6. (much) earlier versions of current source files. It is provided here
  7. as a starting point for work to scrape off the rust, adapt to use the
  8. current source files to read classfiles, etc., with the goal of providing
  9. a usable class lister.
  10.  
  11. Usage:  jcl classfile
  12.  
  13. Though there are other class file listers, such as Sun's javap and Mocha,
  14. these tend to emphasize source reconstruction and a high-level view. Jcl
  15. is intended to provide a low-level view, almost at the byte level, as it 
  16. was written to debug problems when Jikes was first developed and was writing
  17. incorrectly-formatted classfiles. 
  18.  
  19. The author of the original version is David Shields, though many of the
  20. files used to read class files, etc., were of course written by Philippe Charles.
  21.  
  22. If you have further questions, you can consult the archives of the
  23. Jikes mailing lists, or subscribe to the Jikes list and then seek
  24. help. See http://ibm.com/research/jikes/subscribe for information on
  25. subscribing to the mailing lists.
  26.